#p1 {
text-align: center;
width: 85%; 
margin-left: auto; 
margin-right: auto; 
text-align: justify;
font-family: sans-serif;
}

#p2 {
text-align: center;
width: 85%; 
margin-left: auto; 
margin-right: auto; 
text-align: justify;
text-indent: 25px;
font-family: sans-serif;
}

#psub {
text-align: center;
width: 85%; 
margin-left: auto; 
margin-right: auto; 
text-align: justify;
font-family: sans-serif;
font-weight: bold;
font-size: x-small;
}

#UL1 {
list-style-image: url(/AC_Figuren/Red_Round_Mark.png); 
font-family: sans-serif;
text-align: justify;
margin-left: 6%;
margin-right: 6%;
}

#bodyback
{
background-image: url(/AC_Figuren/Background_00.png); 
padding: 10px 10px 10px 10px;
}

#hrp
{
WIDTH:85%;
}

#h1t			/* titelgrootte 1 */
{
font-family: sans-serif;
font-size: xx-large;
font-weight: bolder;
background-color: #808080;
padding: 0 0 0 3%;
}

#h2t			/* titelgrootte 2 */
{
font-family: sans-serif;
font-size: x-large;
font-weight: bolder;
background-color: #909090;
padding: 0 0 0 3%;
}

#h3t			/* titelgrootte 3 */
{
font-family: sans-serif;
font-size: large;
font-weight: bolder;
background-color: #A0A0A0;
padding: 0 0 0 3%;
}

#h4t			/* titelgrootte 4 */
{
font-family: sans-serif;
font-size: medium;
font-weight: bolder;
background-color: #A7A7A7;
padding: 0 0 0 3%;
}

A:link { color: blue }          /* niet bezochte link */
A:visited { color: red }        /* bezochte links */
A:active { color: lime }        /* actieve links */

/* instellen van de ankerrand rond IMG elementen vereist contextuele selectoren 

A:link IMG { border: 2px solid blue }
A:visited IMG { border: 2px solid red }
A:active IMG { border: 2px solid lime }

*/

 